DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlBaseVisitor<Result> Class / VisitNew_table_name Method
The parse tree.

In This Topic
    VisitNew_table_name Method (SqlBaseVisitor<Result>)
    In This Topic
    Visit a parse tree produced by SqlParser.new_table_name.

    The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

    Syntax
    'Declaration
     
    Public Overridable Function VisitNew_table_name( _
       ByVal context As SqlParser.New_table_nameContext _
    ) As Result
    public virtual Result VisitNew_table_name( 
       SqlParser.New_table_nameContext context
    )

    Parameters

    context
    The parse tree.
    See Also